Html Css Color HEX #AF9CED Biloba Flower

📋 copy color: '#AF9CED'

red 175 ◦ green 156 ◦ blue 237

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

Shades of Biloba Flower #AF9CED

Tints of Biloba Flower #AF9CED

RGB

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

 GREEN value IS 156 (61.33% from 255) = 27.46%

 BLUE value IS 237 (92.97% from 255) = 41.73%

R = 30.81%
G = 27.46%
B = 41.73%

CMYK

 C value IS 0.26

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF9CED (or 0xAF9CED) is known color: Biloba Flower. HEX triplet: AF, 9C and ED. RGB value is (175,156,237). Sum of RGB (Red+Green+Blue) = 175+156+237=568 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.81% from 568); Green value is 156 (61.33% from 255 or 27.46% from 568); Blue value is 237 (92.97% from 255 or 41.73% from 568); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF9CED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF9CED is #506312. Grayscale: #AAAAAA. Windows color (decimal): -5268243 or 15572143. OLE color: 15572143.

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

Color convert

RGB 175 156 237 -
CMYK 0.26 0.34 0 0.07
HSL 254.07º 0.69% 0.77% -
HSV(B) 254.07º 0.34% 0.93% -
XYZ 44.85 39.01 85.29 -
YUV 170.92 165.29 130.91 -
System Red Green Blue C M Y K H S L
Decimal 175 156 237 0.26 0.34 0 0.07 254.07 0.69 0.77
Hex AF 9C ED 1A 22 0 7 FE 45 4D
Octal 257 234 355 32 42 0 7 376 105 115
Binary 10101111 10011100 11101101 11010 100010 0 111 11111110 1000101 1001101

Color Harmonies of #AF9CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9CED

Black with #AF9CED

Text Example


Text Example

White with #AF9CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9CED; }

 p { color: rgb(175,156,237); }

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

background-color css

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

 a { background-color: rgb(175,156,237); }

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

border-color css

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

 span { border-color: rgb(175,156,237); }

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