Html Css Color HEX #AF94EE Biloba Flower

📋 copy color: '#AF94EE'

red 175 ◦ green 148 ◦ blue 238

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

Shades of Biloba Flower #AF94EE

Tints of Biloba Flower #AF94EE

RGB

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

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

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

R = 31.19%
G = 26.38%
B = 42.42%

CMYK

 C value IS 0.26

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF94EE (or 0xAF94EE) is known color: Biloba Flower. HEX triplet: AF, 94 and EE. RGB value is (175,148,238). Sum of RGB (Red+Green+Blue) = 175+148+238=561 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.19% from 561); Green value is 148 (58.20% from 255 or 26.38% from 561); Blue value is 238 (93.36% from 255 or 42.42% from 561); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF94EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF94EE is #506B11. Grayscale: #A6A6A6. Windows color (decimal): -5270290 or 15635631. OLE color: 15635631.

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

Color convert

RGB 175 148 238 -
CMYK 0.26 0.38 0 0.07
HSL 258º 0.73% 0.76% -
HSV(B) 258º 0.38% 0.93% -
XYZ 43.7 36.47 85.62 -
YUV 166.33 168.45 134.18 -
System Red Green Blue C M Y K H S L
Decimal 175 148 238 0.26 0.38 0 0.07 258 0.73 0.76
Hex AF 94 EE 1A 26 0 7 102 49 4C
Octal 257 224 356 32 46 0 7 402 111 114
Binary 10101111 10010100 11101110 11010 100110 0 111 100000010 1001001 1001100

Color Harmonies of #AF94EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF94EE

Black with #AF94EE

Text Example


Text Example

White with #AF94EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF94EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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