Html Css Color HEX #AF95E6 Biloba Flower

📋 copy color: '#AF95E6'

red 175 ◦ green 149 ◦ blue 230

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

Shades of Biloba Flower #AF95E6

Tints of Biloba Flower #AF95E6

RGB

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

 GREEN value IS 149 (58.59% from 255) = 26.9%

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

R = 31.59%
G = 26.9%
B = 41.52%

CMYK

 C value IS 0.24

 M value IS 0.35

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AF95E6 (or 0xAF95E6) is known color: Biloba Flower. HEX triplet: AF, 95 and E6. RGB value is (175,149,230). Sum of RGB (Red+Green+Blue) = 175+149+230=554 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.59% from 554); Green value is 149 (58.59% from 255 or 26.90% from 554); Blue value is 230 (90.23% from 255 or 41.52% from 554); Max value from RGB is 230 - color contains mainly: blue. Hex color #AF95E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF95E6 is #506A19. Grayscale: #A5A5A5. Windows color (decimal): -5270042 or 15111599. OLE color: 15111599.

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

Color convert

RGB 175 149 230 -
CMYK 0.24 0.35 0 0.10
HSL 259.26º 0.62% 0.74% -
HSV(B) 259.26º 0.35% 0.9% -
XYZ 42.71 36.32 79.62 -
YUV 166.01 164.11 134.41 -
System Red Green Blue C M Y K H S L
Decimal 175 149 230 0.24 0.35 0 0.10 259.26 0.62 0.74
Hex AF 95 E6 18 23 0 A 103 3E 4A
Octal 257 225 346 30 43 0 12 403 76 112
Binary 10101111 10010101 11100110 11000 100011 0 1010 100000011 111110 1001010

Color Harmonies of #AF95E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF95E6

Black with #AF95E6

Text Example


Text Example

White with #AF95E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF95E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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