Html Css Color HEX #A8AFEB Perano

📋 copy color: '#A8AFEB'

red 168 ◦ green 175 ◦ blue 235

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

Shades of Perano #A8AFEB

Tints of Perano #A8AFEB

RGB

 RED value IS 168 (66.02% from 255) = 29.07%

 GREEN value IS 175 (68.75% from 255) = 30.28%

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

R = 29.07%
G = 30.28%
B = 40.66%

CMYK

 C value IS 0.29

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A8AFEB (or 0xA8AFEB) is known color: Perano. HEX triplet: A8, AF and EB. RGB value is (168,175,235). Sum of RGB (Red+Green+Blue) = 168+175+235=578 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.07% from 578); Green value is 175 (68.75% from 255 or 30.28% from 578); Blue value is 235 (92.19% from 255 or 40.66% from 578); Max value from RGB is 235 - color contains mainly: blue. Hex color #A8AFEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8AFEB is #575014. Grayscale: #B3B3B3. Windows color (decimal): -5722133 or 15445928. OLE color: 15445928.

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

Color convert

RGB 168 175 235 -
CMYK 0.29 0.26 0 0.08
HSL 233.73º 0.63% 0.79% -
HSV(B) 233.73º 0.29% 0.92% -
XYZ 46.47 44.98 84.83 -
YUV 179.75 159.18 119.62 -
System Red Green Blue C M Y K H S L
Decimal 168 175 235 0.29 0.26 0 0.08 233.73 0.63 0.79
Hex A8 AF EB 1D 1A 0 8 EA 3F 4F
Octal 250 257 353 35 32 0 10 352 77 117
Binary 10101000 10101111 11101011 11101 11010 0 1000 11101010 111111 1001111

Color Harmonies of #A8AFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AFEB

Black with #A8AFEB

Text Example


Text Example

White with #A8AFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AFEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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