Html Css Color HEX #AF94EA Biloba Flower

📋 copy color: '#AF94EA'

red 175 ◦ green 148 ◦ blue 234

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

Shades of Biloba Flower #AF94EA

Tints of Biloba Flower #AF94EA

RGB

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

 GREEN value IS 148 (58.2% from 255) = 26.57%

 BLUE value IS 234 (91.8% from 255) = 42.01%

R = 31.42%
G = 26.57%
B = 42.01%

CMYK

 C value IS 0.25

 M value IS 0.37

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AF94EA (or 0xAF94EA) is known color: Biloba Flower. HEX triplet: AF, 94 and EA. RGB value is (175,148,234). Sum of RGB (Red+Green+Blue) = 175+148+234=557 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.42% from 557); Green value is 148 (58.20% from 255 or 26.57% from 557); Blue value is 234 (91.80% from 255 or 42.01% from 557); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF94EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF94EA is #506B15. Grayscale: #A5A5A5. Windows color (decimal): -5270294 or 15373487. OLE color: 15373487.

HSL color Cylindrical-coordinate representation of color #AF94EA: hue angle of 258.84º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AF94EA is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 148 234 -
CMYK 0.25 0.37 0 0.08
HSL 258.84º 0.67% 0.75% -
HSV(B) 258.84º 0.37% 0.92% -
XYZ 43.12 36.23 82.56 -
YUV 165.88 166.45 134.51 -
System Red Green Blue C M Y K H S L
Decimal 175 148 234 0.25 0.37 0 0.08 258.84 0.67 0.75
Hex AF 94 EA 19 25 0 8 103 43 4B
Octal 257 224 352 31 45 0 10 403 103 113
Binary 10101111 10010100 11101010 11001 100101 0 1000 100000011 1000011 1001011

Color Harmonies of #AF94EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF94EA

Black with #AF94EA

Text Example


Text Example

White with #AF94EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF94EA; }

 p { color: rgb(175,148,234); }

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

background-color css

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

 a { background-color: rgb(175,148,234); }

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

border-color css

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

 span { border-color: rgb(175,148,234); }

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