Html Css Color HEX #AFA3EE Biloba Flower

📋 copy color: '#AFA3EE'

red 175 ◦ green 163 ◦ blue 238

#AFA3EE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #AFA3EE

Tints of Biloba Flower #AFA3EE

RGB

 RED value IS 175 (68.75% from 255) = 30.38%

 GREEN value IS 163 (64.06% from 255) = 28.3%

 BLUE value IS 238 (93.36% from 255) = 41.32%

R = 30.38%
G = 28.3%
B = 41.32%

CMYK

 C value IS 0.26

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AFA3EE (or 0xAFA3EE) is known color: Biloba Flower. HEX triplet: AF, A3 and EE. RGB value is (175,163,238). Sum of RGB (Red+Green+Blue) = 175+163+238=576 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.38% from 576); Green value is 163 (64.06% from 255 or 28.30% from 576); Blue value is 238 (93.36% from 255 or 41.32% from 576); Max value from RGB is 238 - color contains mainly: blue. Hex color #AFA3EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFA3EE is #505C11. Grayscale: #AEAEAE. Windows color (decimal): -5266450 or 15639471. OLE color: 15639471.

HSL color Cylindrical-coordinate representation of color #AFA3EE: hue angle of 249.6º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AFA3EE is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 163 238 -
CMYK 0.26 0.32 0 0.07
HSL 249.6º 0.69% 0.79% -
HSV(B) 249.6º 0.32% 0.93% -
XYZ 46.21 41.48 86.46 -
YUV 175.14 163.48 127.9 -
System Red Green Blue C M Y K H S L
Decimal 175 163 238 0.26 0.32 0 0.07 249.6 0.69 0.79
Hex AF A3 EE 1A 20 0 7 FA 45 4F
Octal 257 243 356 32 40 0 7 372 105 117
Binary 10101111 10100011 11101110 11010 100000 0 111 11111010 1000101 1001111

Color Harmonies of #AFA3EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA3EE

Black with #AFA3EE

Text Example


Text Example

White with #AFA3EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA3EE; }

 p { color: rgb(175,163,238); }

 H1.HeaderClassName
 {
   color: #AFA3EE;
 }
 .AnyTagClassName
 {
   color: #AFA3EE;
 }
</style>

background-color css

<style>
 a { background-color: #AFA3EE; }

 a { background-color: rgb(175,163,238); }

 div.DivClassName
 {
   background-color: #AFA3EE;
 }
 .BgClassName
 {
   background-color: #AFA3EE;
 }
</style>

border-color css

<style>
 span { border-color: #AFA3EE; }

 span { border-color: rgb(175,163,238); }

 td.TdClassName
 {
   border-color: #AFA3EE;
 }
 .TagClassName
 {
   border-color: #AFA3EE;
 }
</style>