Html Css Color HEX #AF94C8 Biloba Flower

📋 copy color: '#AF94C8'

red 175 ◦ green 148 ◦ blue 200

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

Shades of Biloba Flower #AF94C8

Tints of Biloba Flower #AF94C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 38.24%

R = 33.46%
G = 28.3%
B = 38.24%

CMYK

 C value IS 0.12

 M value IS 0.26

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AF94C8 (or 0xAF94C8) is known color: Biloba Flower. HEX triplet: AF, 94 and C8. RGB value is (175,148,200). Sum of RGB (Red+Green+Blue) = 175+148+200=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 148 (58.20% from 255 or 28.30% from 523); Blue value is 200 (78.52% from 255 or 38.24% from 523); Max value from RGB is 200 - color contains mainly: blue. Hex color #AF94C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF94C8 is #506B37. Grayscale: #A1A1A1. Windows color (decimal): -5270328 or 13145263. OLE color: 13145263.

HSL color Cylindrical-coordinate representation of color #AF94C8: hue angle of 271.15º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AF94C8 is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 148 200 -
CMYK 0.12 0.26 0 0.22
HSL 271.15º 0.32% 0.68% -
HSV(B) 271.15º 0.26% 0.78% -
XYZ 38.69 34.46 59.26 -
YUV 162 149.45 137.27 -
System Red Green Blue C M Y K H S L
Decimal 175 148 200 0.12 0.26 0 0.22 271.15 0.32 0.68
Hex AF 94 C8 C 1A 0 16 10F 20 44
Octal 257 224 310 14 32 0 26 417 40 104
Binary 10101111 10010100 11001000 1100 11010 0 10110 100001111 100000 1000100

Color Harmonies of #AF94C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF94C8

Black with #AF94C8

Text Example


Text Example

White with #AF94C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF94C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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