Html Css Color HEX #AF2FEA Dark Orchid

📋 copy color: '#AF2FEA'

red 175 ◦ green 47 ◦ blue 234

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

Shades of Dark Orchid #AF2FEA

Tints of Dark Orchid #AF2FEA

RGB

 RED value IS 175 (68.75% from 255) = 38.38%

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

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

R = 38.38%
G = 10.31%
B = 51.32%

CMYK

 C value IS 0.25

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AF2FEA (or 0xAF2FEA) is known color: Dark Orchid. HEX triplet: AF, 2F and EA. RGB value is (175,47,234). Sum of RGB (Red+Green+Blue) = 175+47+234=456 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.38% from 456); Green value is 47 (18.75% from 255 or 10.31% from 456); Blue value is 234 (91.80% from 255 or 51.32% from 456); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF2FEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF2FEA is #50D015. Grayscale: #696969. Windows color (decimal): -5296150 or 15347631. OLE color: 15347631.

HSL color Cylindrical-coordinate representation of color #AF2FEA: hue angle of 281.07º 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 #AF2FEA is Cyan = 0.25, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 47 234 -
CMYK 0.25 0.80 0 0.08
HSL 281.07º 0.82% 0.55% -
HSV(B) 281.07º 0.8% 0.92% -
XYZ 33.55 17.09 79.37 -
YUV 106.59 199.91 176.79 -
System Red Green Blue C M Y K H S L
Decimal 175 47 234 0.25 0.80 0 0.08 281.07 0.82 0.55
Hex AF 2F EA 19 50 0 8 119 52 37
Octal 257 57 352 31 120 0 10 431 122 67
Binary 10101111 101111 11101010 11001 1010000 0 1000 100011001 1010010 110111

Color Harmonies of #AF2FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2FEA

Black with #AF2FEA

Text Example


Text Example

White with #AF2FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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