Html Css Color HEX #AF94FB Biloba Flower

📋 copy color: '#AF94FB'

red 175 ◦ green 148 ◦ blue 251

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

Shades of Biloba Flower #AF94FB

Tints of Biloba Flower #AF94FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 43.73%

R = 30.49%
G = 25.78%
B = 43.73%

CMYK

 C value IS 0.30

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF94FB (or 0xAF94FB) is known color: Biloba Flower. HEX triplet: AF, 94 and FB. RGB value is (175,148,251). Sum of RGB (Red+Green+Blue) = 175+148+251=574 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.49% from 574); Green value is 148 (58.20% from 255 or 25.78% from 574); Blue value is 251 (98.44% from 255 or 43.73% from 574); Max value from RGB is 251 - color contains mainly: blue. Hex color #AF94FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF94FB is #506B04. Grayscale: #A7A7A7. Windows color (decimal): -5270277 or 16487599. OLE color: 16487599.

HSL color Cylindrical-coordinate representation of color #AF94FB: hue angle of 255.73º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AF94FB is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 148 251 -
CMYK 0.30 0.41 0 0.02
HSL 255.73º 0.93% 0.78% -
HSV(B) 255.73º 0.41% 0.98% -
XYZ 45.68 37.26 96.05 -
YUV 167.82 174.95 133.12 -
System Red Green Blue C M Y K H S L
Decimal 175 148 251 0.30 0.41 0 0.02 255.73 0.93 0.78
Hex AF 94 FB 1E 29 0 2 100 5D 4E
Octal 257 224 373 36 51 0 2 400 135 116
Binary 10101111 10010100 11111011 11110 101001 0 10 100000000 1011101 1001110

Color Harmonies of #AF94FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF94FB

Black with #AF94FB

Text Example


Text Example

White with #AF94FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF94FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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