Html Css Color HEX #AF93E4 Biloba Flower

📋 copy color: '#AF93E4'

red 175 ◦ green 147 ◦ blue 228

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

Shades of Biloba Flower #AF93E4

Tints of Biloba Flower #AF93E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 41.45%

R = 31.82%
G = 26.73%
B = 41.45%

CMYK

 C value IS 0.23

 M value IS 0.36

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AF93E4 (or 0xAF93E4) is known color: Biloba Flower. HEX triplet: AF, 93 and E4. RGB value is (175,147,228). Sum of RGB (Red+Green+Blue) = 175+147+228=550 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.82% from 550); Green value is 147 (57.81% from 255 or 26.73% from 550); Blue value is 228 (89.45% from 255 or 41.45% from 550); Max value from RGB is 228 - color contains mainly: blue. Hex color #AF93E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF93E4 is #506C1B. Grayscale: #A4A4A4. Windows color (decimal): -5270556 or 14980015. OLE color: 14980015.

HSL color Cylindrical-coordinate representation of color #AF93E4: hue angle of 260.74º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AF93E4 is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 147 228 -
CMYK 0.23 0.36 0 0.11
HSL 260.74º 0.6% 0.74% -
HSV(B) 260.74º 0.36% 0.89% -
XYZ 42.12 35.58 78.05 -
YUV 164.61 163.78 135.41 -
System Red Green Blue C M Y K H S L
Decimal 175 147 228 0.23 0.36 0 0.11 260.74 0.6 0.74
Hex AF 93 E4 17 24 0 B 105 3C 4A
Octal 257 223 344 27 44 0 13 405 74 112
Binary 10101111 10010011 11100100 10111 100100 0 1011 100000101 111100 1001010

Color Harmonies of #AF93E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF93E4

Black with #AF93E4

Text Example


Text Example

White with #AF93E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF93E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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