Html Css Color HEX #AF9EFD Biloba Flower

📋 copy color: '#AF9EFD'

red 175 ◦ green 158 ◦ blue 253

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

Shades of Biloba Flower #AF9EFD

Tints of Biloba Flower #AF9EFD

RGB

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

 GREEN value IS 158 (62.11% from 255) = 26.96%

 BLUE value IS 253 (99.22% from 255) = 43.17%

R = 29.86%
G = 26.96%
B = 43.17%

CMYK

 C value IS 0.31

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AF9EFD (or 0xAF9EFD) is known color: Biloba Flower. HEX triplet: AF, 9E and FD. RGB value is (175,158,253). Sum of RGB (Red+Green+Blue) = 175+158+253=586 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.86% from 586); Green value is 158 (62.11% from 255 or 26.96% from 586); Blue value is 253 (99.22% from 255 or 43.17% from 586); Max value from RGB is 253 - color contains mainly: blue. Hex color #AF9EFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF9EFD is #506102. Grayscale: #ADADAD. Windows color (decimal): -5267715 or 16621231. OLE color: 16621231.

HSL color Cylindrical-coordinate representation of color #AF9EFD: hue angle of 250.74º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF9EFD is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 175 158 253 -
CMYK 0.31 0.38 0 0.01
HSL 250.74º 0.96% 0.81% -
HSV(B) 250.74º 0.38% 0.99% -
XYZ 47.64 40.66 98.27 -
YUV 173.91 172.63 128.78 -
System Red Green Blue C M Y K H S L
Decimal 175 158 253 0.31 0.38 0 0.01 250.74 0.96 0.81
Hex AF 9E FD 1F 26 0 1 FB 60 51
Octal 257 236 375 37 46 0 1 373 140 121
Binary 10101111 10011110 11111101 11111 100110 0 1 11111011 1100000 1010001

Color Harmonies of #AF9EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9EFD

Black with #AF9EFD

Text Example


Text Example

White with #AF9EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9EFD; }

 p { color: rgb(175,158,253); }

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

background-color css

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

 a { background-color: rgb(175,158,253); }

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

border-color css

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

 span { border-color: rgb(175,158,253); }

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