Html Css Color HEX #AF93CC Biloba Flower

📋 copy color: '#AF93CC'

red 175 ◦ green 147 ◦ blue 204

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

Shades of Biloba Flower #AF93CC

Tints of Biloba Flower #AF93CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.78%

R = 33.27%
G = 27.95%
B = 38.78%

CMYK

 C value IS 0.14

 M value IS 0.28

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AF93CC (or 0xAF93CC) is known color: Biloba Flower. HEX triplet: AF, 93 and CC. RGB value is (175,147,204). Sum of RGB (Red+Green+Blue) = 175+147+204=526 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.27% from 526); Green value is 147 (57.81% from 255 or 27.95% from 526); Blue value is 204 (80.08% from 255 or 38.78% from 526); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF93CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF93CC is #506C33. Grayscale: #A1A1A1. Windows color (decimal): -5270580 or 13407151. OLE color: 13407151.

HSL color Cylindrical-coordinate representation of color #AF93CC: hue angle of 269.47º degrees, saturation: 0.36, 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 #AF93CC is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 175 147 204 -
CMYK 0.14 0.28 0 0.2
HSL 269.47º 0.36% 0.69% -
HSV(B) 269.47º 0.28% 0.8% -
XYZ 39.01 34.34 61.7 -
YUV 161.87 151.78 137.37 -
System Red Green Blue C M Y K H S L
Decimal 175 147 204 0.14 0.28 0 0.2 269.47 0.36 0.69
Hex AF 93 CC E 1C 0 14 10D 24 45
Octal 257 223 314 16 34 0 24 415 44 105
Binary 10101111 10010011 11001100 1110 11100 0 10100 100001101 100100 1000101

Color Harmonies of #AF93CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF93CC

Black with #AF93CC

Text Example


Text Example

White with #AF93CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF93CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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