Html Css Color HEX #AFA3E6 Biloba Flower

📋 copy color: '#AFA3E6'

red 175 ◦ green 163 ◦ blue 230

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

Shades of Biloba Flower #AFA3E6

Tints of Biloba Flower #AFA3E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 40.49%

R = 30.81%
G = 28.7%
B = 40.49%

CMYK

 C value IS 0.24

 M value IS 0.29

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AFA3E6 (or 0xAFA3E6) is known color: Biloba Flower. HEX triplet: AF, A3 and E6. RGB value is (175,163,230). Sum of RGB (Red+Green+Blue) = 175+163+230=568 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.81% from 568); Green value is 163 (64.06% from 255 or 28.70% from 568); Blue value is 230 (90.23% from 255 or 40.49% from 568); Max value from RGB is 230 - color contains mainly: blue. Hex color #AFA3E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFA3E6 is #505C19. Grayscale: #ADADAD. Windows color (decimal): -5266458 or 15115183. OLE color: 15115183.

HSL color Cylindrical-coordinate representation of color #AFA3E6: hue angle of 250.75º degrees, saturation: 0.57, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFA3E6 is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 163 230 -
CMYK 0.24 0.29 0 0.10
HSL 250.75º 0.57% 0.77% -
HSV(B) 250.75º 0.29% 0.9% -
XYZ 45.06 41.02 80.41 -
YUV 174.23 159.48 128.55 -
System Red Green Blue C M Y K H S L
Decimal 175 163 230 0.24 0.29 0 0.10 250.75 0.57 0.77
Hex AF A3 E6 18 1D 0 A FB 39 4D
Octal 257 243 346 30 35 0 12 373 71 115
Binary 10101111 10100011 11100110 11000 11101 0 1010 11111011 111001 1001101

Color Harmonies of #AFA3E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA3E6

Black with #AFA3E6

Text Example


Text Example

White with #AFA3E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA3E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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