Html Css Color HEX #A8A5EB Perano

📋 copy color: '#A8A5EB'

red 168 ◦ green 165 ◦ blue 235

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

Shades of Perano #A8A5EB

Tints of Perano #A8A5EB

RGB

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

 GREEN value IS 165 (64.84% from 255) = 29.05%

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

R = 29.58%
G = 29.05%
B = 41.37%

CMYK

 C value IS 0.29

 M value IS 0.30

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A8A5EB (or 0xA8A5EB) is known color: Perano. HEX triplet: A8, A5 and EB. RGB value is (168,165,235). Sum of RGB (Red+Green+Blue) = 168+165+235=568 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.58% from 568); Green value is 165 (64.84% from 255 or 29.05% from 568); Blue value is 235 (92.19% from 255 or 41.37% from 568); Max value from RGB is 235 - color contains mainly: blue. Hex color #A8A5EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8A5EB is #575A14. Grayscale: #ADADAD. Windows color (decimal): -5724693 or 15443368. OLE color: 15443368.

HSL color Cylindrical-coordinate representation of color #A8A5EB: hue angle of 242.57º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8A5EB is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 168 165 235 -
CMYK 0.29 0.30 0 0.08
HSL 242.57º 0.64% 0.78% -
HSV(B) 242.57º 0.3% 0.92% -
XYZ 44.6 41.23 84.21 -
YUV 173.88 162.49 123.81 -
System Red Green Blue C M Y K H S L
Decimal 168 165 235 0.29 0.30 0 0.08 242.57 0.64 0.78
Hex A8 A5 EB 1D 1E 0 8 F3 40 4E
Octal 250 245 353 35 36 0 10 363 100 116
Binary 10101000 10100101 11101011 11101 11110 0 1000 11110011 1000000 1001110

Color Harmonies of #A8A5EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8A5EB

Black with #A8A5EB

Text Example


Text Example

White with #A8A5EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8A5EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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