Html Css Color HEX #AFADEB Perano

📋 copy color: '#AFADEB'

red 175 ◦ green 173 ◦ blue 235

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

Shades of Perano #AFADEB

Tints of Perano #AFADEB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 29.67%

 BLUE value IS 235 (92.19% from 255) = 40.31%

R = 30.02%
G = 29.67%
B = 40.31%

CMYK

 C value IS 0.26

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AFADEB (or 0xAFADEB) is known color: Perano. HEX triplet: AF, AD and EB. RGB value is (175,173,235). Sum of RGB (Red+Green+Blue) = 175+173+235=583 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.02% from 583); Green value is 173 (67.97% from 255 or 29.67% from 583); Blue value is 235 (92.19% from 255 or 40.31% from 583); Max value from RGB is 235 - color contains mainly: blue. Hex color #AFADEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFADEB is #505214. Grayscale: #B4B4B4. Windows color (decimal): -5263893 or 15445423. OLE color: 15445423.

HSL color Cylindrical-coordinate representation of color #AFADEB: hue angle of 241.94º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFADEB is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 173 235 -
CMYK 0.26 0.26 0 0.08
HSL 241.94º 0.61% 0.8% -
HSV(B) 241.94º 0.26% 0.92% -
XYZ 47.62 45 84.77 -
YUV 180.67 158.66 123.96 -
System Red Green Blue C M Y K H S L
Decimal 175 173 235 0.26 0.26 0 0.08 241.94 0.61 0.8
Hex AF AD EB 1A 1A 0 8 F2 3D 50
Octal 257 255 353 32 32 0 10 362 75 120
Binary 10101111 10101101 11101011 11010 11010 0 1000 11110010 111101 1010000

Color Harmonies of #AFADEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFADEB

Black with #AFADEB

Text Example


Text Example

White with #AFADEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFADEB; }

 p { color: rgb(175,173,235); }

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

background-color css

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

 a { background-color: rgb(175,173,235); }

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

border-color css

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

 span { border-color: rgb(175,173,235); }

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