Html Css Color HEX #A92FEA Dark Orchid

📋 copy color: '#A92FEA'

red 169 ◦ green 47 ◦ blue 234

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

Shades of Dark Orchid #A92FEA

Tints of Dark Orchid #A92FEA

RGB

 RED value IS 169 (66.41% from 255) = 37.56%

 GREEN value IS 47 (18.75% from 255) = 10.44%

 BLUE value IS 234 (91.8% from 255) = 52%

R = 37.56%
G = 10.44%
B = 52%

CMYK

 C value IS 0.28

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A92FEA (or 0xA92FEA) is known color: Dark Orchid. HEX triplet: A9, 2F and EA. RGB value is (169,47,234). Sum of RGB (Red+Green+Blue) = 169+47+234=450 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.56% from 450); Green value is 47 (18.75% from 255 or 10.44% from 450); Blue value is 234 (91.80% from 255 or 52% from 450); Max value from RGB is 234 - color contains mainly: blue. Hex color #A92FEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A92FEA is #56D015. Grayscale: #686868. Windows color (decimal): -5689366 or 15347625. OLE color: 15347625.

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

Color convert

RGB 169 47 234 -
CMYK 0.28 0.80 0 0.08
HSL 279.14º 0.82% 0.55% -
HSV(B) 279.14º 0.8% 0.92% -
XYZ 32.23 16.41 79.31 -
YUV 104.8 200.92 173.79 -
System Red Green Blue C M Y K H S L
Decimal 169 47 234 0.28 0.80 0 0.08 279.14 0.82 0.55
Hex A9 2F EA 1C 50 0 8 117 52 37
Octal 251 57 352 34 120 0 10 427 122 67
Binary 10101001 101111 11101010 11100 1010000 0 1000 100010111 1010010 110111

Color Harmonies of #A92FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92FEA

Black with #A92FEA

Text Example


Text Example

White with #A92FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92FEA; }

 p { color: rgb(169,47,234); }

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

background-color css

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

 a { background-color: rgb(169,47,234); }

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

border-color css

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

 span { border-color: rgb(169,47,234); }

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