Html Css Color HEX #AF93CB Biloba Flower

📋 copy color: '#AF93CB'

red 175 ◦ green 147 ◦ blue 203

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

Shades of Biloba Flower #AF93CB

Tints of Biloba Flower #AF93CB

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28%

 BLUE value IS 203 (79.69% from 255) = 38.67%

R = 33.33%
G = 28%
B = 38.67%

CMYK

 C value IS 0.14

 M value IS 0.28

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF93CB (or 0xAF93CB) is known color: Biloba Flower. HEX triplet: AF, 93 and CB. RGB value is (175,147,203). Sum of RGB (Red+Green+Blue) = 175+147+203=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 147 (57.81% from 255 or 28% from 525); Blue value is 203 (79.69% from 255 or 38.67% from 525); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF93CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF93CB is #506C34. Grayscale: #A1A1A1. Windows color (decimal): -5270581 or 13341615. OLE color: 13341615.

HSL color Cylindrical-coordinate representation of color #AF93CB: hue angle of 270º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AF93CB is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 147 203 -
CMYK 0.14 0.28 0 0.20
HSL 270º 0.35% 0.69% -
HSV(B) 270º 0.28% 0.8% -
XYZ 38.89 34.29 61.07 -
YUV 161.76 151.28 137.45 -
System Red Green Blue C M Y K H S L
Decimal 175 147 203 0.14 0.28 0 0.20 270 0.35 0.69
Hex AF 93 CB E 1C 0 14 10E 23 45
Octal 257 223 313 16 34 0 24 416 43 105
Binary 10101111 10010011 11001011 1110 11100 0 10100 100001110 100011 1000101

Color Harmonies of #AF93CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF93CB

Black with #AF93CB

Text Example


Text Example

White with #AF93CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF93CB; }

 p { color: rgb(175,147,203); }

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

background-color css

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

 a { background-color: rgb(175,147,203); }

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

border-color css

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

 span { border-color: rgb(175,147,203); }

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