Html Css Color HEX #A8AFEE Perano

📋 copy color: '#A8AFEE'

red 168 ◦ green 175 ◦ blue 238

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

Shades of Perano #A8AFEE

Tints of Perano #A8AFEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 40.96%

R = 28.92%
G = 30.12%
B = 40.96%

CMYK

 C value IS 0.29

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A8AFEE (or 0xA8AFEE) is known color: Perano. HEX triplet: A8, AF and EE. RGB value is (168,175,238). Sum of RGB (Red+Green+Blue) = 168+175+238=581 (76% of max value = 765). Red value is 168 (66.02% from 255 or 28.92% from 581); Green value is 175 (68.75% from 255 or 30.12% from 581); Blue value is 238 (93.36% from 255 or 40.96% from 581); Max value from RGB is 238 - color contains mainly: blue. Hex color #A8AFEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8AFEE is #575011. Grayscale: #B3B3B3. Windows color (decimal): -5722130 or 15642536. OLE color: 15642536.

HSL color Cylindrical-coordinate representation of color #A8AFEE: hue angle of 234º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8AFEE is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 175 238 -
CMYK 0.29 0.26 0 0.07
HSL 234º 0.67% 0.8% -
HSV(B) 234º 0.29% 0.93% -
XYZ 46.91 45.16 87.13 -
YUV 180.09 160.68 119.38 -
System Red Green Blue C M Y K H S L
Decimal 168 175 238 0.29 0.26 0 0.07 234 0.67 0.8
Hex A8 AF EE 1D 1A 0 7 EA 43 50
Octal 250 257 356 35 32 0 7 352 103 120
Binary 10101000 10101111 11101110 11101 11010 0 111 11101010 1000011 1010000

Color Harmonies of #A8AFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AFEE

Black with #A8AFEE

Text Example


Text Example

White with #A8AFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AFEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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