Html Css Color HEX #A67EFC Light Slate Blue

📋 copy color: '#A67EFC'

red 166 ◦ green 126 ◦ blue 252

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

Shades of Light Slate Blue #A67EFC

Tints of Light Slate Blue #A67EFC

RGB

 RED value IS 166 (65.23% from 255) = 30.51%

 GREEN value IS 126 (49.61% from 255) = 23.16%

 BLUE value IS 252 (98.83% from 255) = 46.32%

R = 30.51%
G = 23.16%
B = 46.32%

CMYK

 C value IS 0.34

 M value IS 0.5

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A67EFC (or 0xA67EFC) is known color: Light Slate Blue. HEX triplet: A6, 7E and FC. RGB value is (166,126,252). Sum of RGB (Red+Green+Blue) = 166+126+252=544 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.51% from 544); Green value is 126 (49.61% from 255 or 23.16% from 544); Blue value is 252 (98.83% from 255 or 46.32% from 544); Max value from RGB is 252 - color contains mainly: blue. Hex color #A67EFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A67EFC is #598103. Grayscale: #979797. Windows color (decimal): -5865732 or 16547494. OLE color: 16547494.

HSL color Cylindrical-coordinate representation of color #A67EFC: hue angle of 259.05º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A67EFC is Cyan = 0.34, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 166 126 252 -
CMYK 0.34 0.5 0 0.01
HSL 259.05º 0.95% 0.74% -
HSV(B) 259.05º 0.5% 0.99% -
XYZ 40.76 30.06 95.75 -
YUV 152.32 184.25 137.75 -
System Red Green Blue C M Y K H S L
Decimal 166 126 252 0.34 0.5 0 0.01 259.05 0.95 0.74
Hex A6 7E FC 22 32 0 1 103 5F 4A
Octal 246 176 374 42 62 0 1 403 137 112
Binary 10100110 1111110 11111100 100010 110010 0 1 100000011 1011111 1001010

Color Harmonies of #A67EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67EFC

Black with #A67EFC

Text Example


Text Example

White with #A67EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67EFC; }

 p { color: rgb(166,126,252); }

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

background-color css

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

 a { background-color: rgb(166,126,252); }

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

border-color css

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

 span { border-color: rgb(166,126,252); }

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