Html Css Color HEX #AF3AEE Dark Orchid

📋 copy color: '#AF3AEE'

red 175 ◦ green 58 ◦ blue 238

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

Shades of Dark Orchid #AF3AEE

Tints of Dark Orchid #AF3AEE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.31%

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

R = 37.15%
G = 12.31%
B = 50.53%

CMYK

 C value IS 0.26

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF3AEE (or 0xAF3AEE) is known color: Dark Orchid. HEX triplet: AF, 3A and EE. RGB value is (175,58,238). Sum of RGB (Red+Green+Blue) = 175+58+238=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 58 (23.05% from 255 or 12.31% from 471); Blue value is 238 (93.36% from 255 or 50.53% from 471); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF3AEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF3AEE is #50C511. Grayscale: #707070. Windows color (decimal): -5293330 or 15612591. OLE color: 15612591.

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

Color convert

RGB 175 58 238 -
CMYK 0.26 0.76 0 0.07
HSL 279º 0.84% 0.58% -
HSV(B) 279º 0.76% 0.93% -
XYZ 34.62 18.31 82.6 -
YUV 113.5 198.26 171.86 -
System Red Green Blue C M Y K H S L
Decimal 175 58 238 0.26 0.76 0 0.07 279 0.84 0.58
Hex AF 3A EE 1A 4C 0 7 117 54 3A
Octal 257 72 356 32 114 0 7 427 124 72
Binary 10101111 111010 11101110 11010 1001100 0 111 100010111 1010100 111010

Color Harmonies of #AF3AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3AEE

Black with #AF3AEE

Text Example


Text Example

White with #AF3AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3AEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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